home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 1.5 KB | 35 lines | [TEXT/MPS ] |
- Macintosh
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
-
- #24: SoundApp
-
- Written by: Jim Reekes
-
- Versions: 1.02 January 1990
- 1.03 May 1990
- 1.1b3 September 1991
-
- Components: SoundApp.make May 1, 1990
- SoundApp.p May 1, 1990
- SoundApp.r May 1, 1990
- SoundAppSnds.r May 1, 1990
- SoundUnit.p May 1, 1990
- _______________________________________________________________________________
-
- This program requires MPW 3.0 or greater to build. For use with MPW 3.2,
- follow the instructions in the "SoundApp.make" file.
- _______________________________________________________________________________
-
- SoundApp is a sample application for demonstrating the Sound Manager. It comes
- in two parts: SoundApp.p and SoundUnit.p. SoundApp.p handles the application's
- management of memory, errors, user interface, etc. It requires the use of the
- SoundUnit.p to handle all of the sound routines. SoundUnit code handles the
- Sound Manager part of the application. You can use this stand-alone UNIT in
- your own application.
-
- Note: Version 1.02 of SoundApp was released as part of "Phil & Dave's
- Excellent CD: The Release Version."
-
-